Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

boards/same54-xpro: configure pins for UART HW flow control & ethernet LED #20183

Merged
merged 2 commits into from
Dec 14, 2023

Conversation

benpicco
Copy link
Contributor

Contribution description

On EXT1 the pins for RTS and CTS are accessible, so configure them.

Testing procedure

Issues/PRs references

@github-actions github-actions bot added Area: boards Area: Board ports Area: Kconfig Area: Kconfig integration labels Dec 14, 2023
There is a software controlled LED on the RJ45 connector.
Export it via SAUL.
@benpicco benpicco changed the title boards/same54-xpro: configure pins for UART HW flow control boards/same54-xpro: configure pins for UART HW flow control & ethernet LED Dec 14, 2023
@benpicco benpicco requested a review from dylad December 14, 2023 14:23
Comment on lines -118 to -121
#ifdef MODULE_PERIPH_UART_HW_FC
.rts_pin = GPIO_UNDEF,
.cts_pin = GPIO_UNDEF,
#endif
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did you remove those one ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's not needed, we check .tx_pad == UART_PAD_TX_0_RTS_2_CTS_3

Copy link
Member

@dylad dylad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK.

@dylad dylad added the CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR label Dec 14, 2023
@riot-ci
Copy link

riot-ci commented Dec 14, 2023

Murdock results

✔️ PASSED

8db01f6 boards/same54-xpro: configure orange ethernet LED

Success Failures Total Runtime
558 0 558 03m:32s

Artifacts

@dylad dylad added this pull request to the merge queue Dec 14, 2023
Merged via the queue into RIOT-OS:master with commit 75c27f8 Dec 14, 2023
29 checks passed
@benpicco benpicco deleted the boards/same54-xpro-uart_hw_fc branch December 14, 2023 20:04
@MrKevinWeiss MrKevinWeiss added this to the Release 2024.01 milestone Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: boards Area: Board ports Area: Kconfig Area: Kconfig integration CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants